net/http.http2clientStream.isHead (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7871: 	isHead        bool
		h2_bundle.go#L8776: 		isHead:               req.Method == "HEAD",
		h2_bundle.go#L8790: 		!cs.isHead {
		h2_bundle.go#L10165: 	} else if f.StreamEnded() && !cs.isHead {
		h2_bundle.go#L10169: 	if cs.isHead {
		h2_bundle.go#L10376: 		if cs.isHead && len(data) > 0 {